.wrap {
  background-color: #111111;
}
.header {
  display: flex;
  justify-content: space-between;
  color: #fff;
  height: 88px;
  align-items: center;
  width: 100%;
}
.logo {
  display: flex;
  align-items: center;
}
.logo span {
  display: inline-block;
  margin-left: 15px;
  font-size: 26px;
  font-family: "HMM";
}
.nav > ul > li {
  display: inline-block;
  margin-left: 46px;
}
.nav > ul > li a {
  color: #fff;
}
.nav > ul > li a:hover {
  color: #0060e7;
}
.nav .hz-btn a {
  height: 34px;
  border-radius: 34px;
  background-color: #0060e7;
  color: #fff;
  display: inline-block;
  padding: 0 20px;
  line-height: 34px;
}
.nav .hz-btn a:hover {
  color: #fff;
}
.index-slider {
  width: 100%;
  height: 420px;
  background-color: #000;
}
.index-slider .swiper-slide a {
  display: block;
  width: 100%;
  height: 420px;
}
.index-slider .swiper-pagination {
  bottom: 40px;
}
.meet-title {
  line-height: 1;
  position: relative;
}
.meet-title h2 {
  line-height: 1;
  font-size: 42px;
  display: inline-block;
  float: left;
}
.meet-title b {
  background-color: #0060e7;
  color: #fff;
  font-size: 20px;
  margin-left: 20px;
  padding: 6px 10px;
  display: inline-block;
  float: left;
  margin-top: 8px;
  text-transform: uppercase;
}
.meet-title p.more {
  position: absolute;
  right: 0;
  bottom: 2px;
  font-size: 14px;
}
.meet-title p.more a {
  display: flex;
  align-items: center;
}
.meet-title p.more svg {
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}
.focusContent {
  display: none;
}
.index-focus {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.index-focus .focus-pic {
  width: 796px;
  height: 450px;
}
.index-focus .focus-pic img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.focus-txt {
  width: calc(100% - 796px);
}
.focus-txt > ul > li {
  position: relative;
  height: 89px;
  line-height: 89px;
  font-size: 18px;
  margin-bottom: 1px;
  background-color: #F6F6F6;
}
.focus-txt > ul > li .iconpark-icon {
  position: relative;
  z-index: 10;
  color: #fff;
  width: 32px;
  height: 32px;
  display: none;
}
.focus-txt > ul > li a {
  position: relative;
  z-index: 10;
  padding-left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.focus-txt > ul > li::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 0;
  background-color: #0060e7;
  content: "";
  transition: all .3s;
}
.focus-txt .hover::after {
  width: 110%;
  right: -40px;
}
.focus-txt .hover .iconpark-icon {
  display: block;
}
.focus-txt .hover a {
  color: #fff;
}
.act-div {
  margin-top: 40px;
  margin-bottom: 50px;
}
.act-div > ul {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}
.act-div > ul > li {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.act-item {
  transition: all .3s;
}
.act-item .pic {
  width: 100%;
  height: 196px;
  overflow: hidden;
  border-radius: 6px;
}
.act-item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.act-item .txt {
  padding: 15px;
  transition: all .3s;
}
.act-item .txt .type {
  font-size: 14px;
}
.act-item .txt .type p {
  display: inline-block;
}
.act-item .txt .type .date {
  font-style: italic;
  margin-right: 35px;
  position: relative;
}
.act-item .txt .type .date:after {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #000;
  right: -30px;
  bottom: 10px;
  content: "";
}
.act-item .txt .name {
  font-size: 18px;
  margin-top: 10px;
  height: 52px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制在两行内 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.act-item .txt .des {
  font-size: 14px;
  font-family: "HML";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 限制在两行内 */
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.8;
  min-height: 78px;
}
.act-item .txt .tips {
  display: flex;
  margin-top: 15px;
}
.act-item .txt .tips p {
  border: 1px solid #000;
  font-size: 12px;
  padding: 3px 12px;
  margin-right: 10px;
}
.act-item .txt .tips .yaoqing {
  height: 46px;
  background-color: #0060e7;
  color: #fff;
  border-radius: 46px;
  padding: 0 40px;
}
.act-item:hover {
  background-color: #F6F6F6;
}
.act-item:hover .pic img {
  transform: scale(1.1);
}
.act-item:hover .txt {
  padding: 15px;
}
.bgblack {
  background-color: #000;
}
.p80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.zjDivslider {
  position: relative;
  overflow-x: hidden;
  padding: 50px 0;
}
.zjDivslider .swiper-container {
  padding: 60px 0;
  padding-bottom: 100px;
}
.zjDivslider .swiper-slide-active .zjbox {
  transform: scale(1.1);
  background-color: inherit;
}
.zjDivslider .swiper-slide-active .tips p {
  display: none;
}
.zjDivslider .swiper-slide-active .tips a {
  display: block;
}
.zjDivslider .swiper-pagination-bullet {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
.zjDivslider .swiper-pagination-bullet-active {
  background-color: #0060e7;
  width: 30px;
}
.zjDivslider .news-slider-prev {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #fff;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.zjDivslider .news-slider-prev .iconpark-icon {
  width: 32px;
  color: #0060e7;
  height: 32px;
}
.zjDivslider .news-slider-next {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 15;
  cursor: pointer;
}
.zjDivslider .news-slider-next .iconpark-icon {
  width: 32px;
  color: #0060e7;
  height: 32px;
}
.itembg {
  position: absolute;
  left: 50%;
  width: 466px;
  height: 640px;
  border-radius: 10px;
  margin-left: -233px;
  background: linear-gradient(to bottom, #0060e7, rgba(0, 96, 231, 0.3));
  content: "";
  top: 85px;
  z-index: 1;
}
.zjbox {
  text-align: center;
  background-color: #343434;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 60px 0;
  border-radius: 10px;
  transform: scale(0.95);
  z-index: 10;
}
.zjbox .name {
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.zjbox .pic {
  width: 160px;
  height: 160px;
}
.zjbox .pic img {
  width: 100%;
  height: 100%;
}
.zjbox .zw {
  font-size: 16px;
  line-height: 1.8;
  min-height: 168px;
}
.zjbox .tips {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 30px;
  height: 42px;
}
.zjbox .tips span {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.zjbox .tips a {
  display: inline-block;
  height: 42px;
  border-radius: 42px;
  line-height: 42px;
  background-color: #0060e7;
  color: #fff;
  padding: 0 40px;
  display: none;
}
.white {
  color: #fff;
}
.index-news {
  display: flex;
  justify-content: space-between;
}
.index-news > div {
  width: 46%;
}
.index-newslist {
  margin-top: 30px;
}
.index-newslist > ul > li {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.index-newsitem {
  display: flex;
  justify-content: space-between;
}
.index-newsitem .pic {
  width: 146px;
  height: 94px;
  border-radius: 4px;
  overflow: hidden;
}
.index-newsitem .pic img {
  width: 100%;
  height: 94px;
  object-fit: cover;
}
.index-newsitem .pic a {
  display: block;
}
.index-newsitem .txt {
  width: calc(100% - 146px);
  padding-left: 30px;
}
.index-newsitem .txt p {
  margin-top: 5px;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制在两行内 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer {
  background-color: #000;
  font-family: "HML";
  font-size: 14px;
  color: #fff;
}
.trend-box {
  margin-top: 40px;
}
.trend-box > ul {
  display: flex;
  justify-content: space-between;
}
.trend-box > ul > li {
  width: 18%;
}
.trend-item {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.trend-item .pic {
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.trend-item .pic img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: all .3s;
}
.trend-item .txt {
  text-align: center;
  padding: 20px;
}
.trend-item .txt h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.trend-item .txt p a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0060e7;
  font-family: "HMR";
}
.trend-item .iconpark-icon {
  width: 18px;
  height: 18px;
  margin-left: 8px;
}
.trend-item:hover .pic img {
  transform: scale(1.1);
}
.foot-box {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.f-nav {
  width: calc(100% - 520px);
}
.f-nav h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.f-nav p {
  margin-bottom: 8px;
}
.f-nav a {
  color: #fff;
}
.f-nav a:hover {
  color: #0060e7;
}
.f-nav > ul {
  display: flex;
  justify-content: space-between;
}
.qzjjxr {
  width: 400px;
}
.qzjjxr h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.qzjjxr img {
  width: 86px;
  height: 86px;
}
.copy {
  margin-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}
.flink {
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.8);
}
.flink a {
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  margin-right: 15px;
}
.flink a:hover {
  color: #fff;
}
.hd {
  width: 100%;
  background: #000;
  font-size: 12px;
  color: #999;
  height: 30px;
  line-height: 30px;
}
.hd li {
  display: inline-block;
}
.hd li span {
  display: inline-block;
  margin-left: 5px;
  font-family: "宋体";
  margin-right: 5px;
  color: #666666;
}
.hd a {
  color: #999999;
}
.hd a:hover {
  color: #ffffff;
}
.hd a.wap {
  background: #111;
  display: inline-block;
  width: 100px;
  height: 30px;
  margin-left: 10px;
  text-align: center;
}
.page-slider {
  width: 100%;
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.page-slider .txt {
  text-align: center;
}
.page-slider .txt h2 {
  line-height: 1;
  font-size: 62px;
  margin-bottom: 20px;
}
.page-slider .txt p {
  font-size: 24px;
  font-family: "HMB";
}
.meet-class {
  border-top: 1px solid #8C8C8C;
  border-bottom: 1px solid #8C8C8C;
  padding: 20px 0;
  margin-top: 40px;
}
.meet-class > ul {
  display: flex;
  justify-content: space-between;
}
.meet-class > ul > li a {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #fff;
  border-radius: 4px;
}
.meet-class .current a {
  border-color: #0060e7;
  color: #0060e7;
}
.load-more {
  text-align: center;
  margin-bottom: 120px;
}
.load-more a {
  background-color: #e5e5e5;
  padding: .8em 4em;
  color: #676767;
  display: inline-block;
}
.load-more a:hover {
  background-color: #0060e7;
  color: #ffffff;
}
.meet-head {
  background-color: #fff;
  padding: 40px 0;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.meet-head .pic {
  width: 620px;
  height: 372px;
  border-radius: 6px;
  overflow: hidden;
}
.meet-head .pic img {
  width: 100%;
  height: 372px;
  object-fit: cover;
}
.meet-head .info {
  width: calc(100% - 620px);
  padding: 0 60px;
  position: relative;
}
.meet-head .info h1 {
  font-size: 24px;
}
.meet-head .info .cs {
  font-size: 14px;
}
.meet-head .info .cs > div {
  margin-top: 15px;
}
.meet-head .info .cs > div .c,
.meet-head .info .cs > div .n {
  display: block;
}
.meet-head .info .cs > div .c {
  position: relative;
  width: 68px;
  float: left;
}
.meet-head .info .cs > div .c svg,
.meet-head .info .cs > div .c .s {
  float: left;
}
.meet-head .info .cs > div .n {
  margin-left: 68px;
}
.meet-head .info .cs > div .iconpark-icon {
  width: 16px;
  height: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin-right: 10px;
  margin-top: 4px;
}
.meet-head .info .cs > div .d {
  display: inline-block;
  border: 1px solid #F60000;
  color: #F60000;
  margin-left: 30px;
  border-radius: 2px;
  padding: 2px 10px;
}
.meet-head .info .data {
  position: absolute;
  bottom: 0;
  left: 60px;
  right: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.meet-head .info .data .iconpark-icon {
  width: 16px;
  height: 16px;
  color: #C2C2C2;
  margin-right: 5px;
}
.meet-head .info .data > div {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 14px;
}
.meet-head .info .data > div p {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.meet-head .info .data .share p {
  margin-right: 0;
}
.meet-head .info .data .share p svg {
  background-color: #28C445;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  padding: 5px;
  margin-left: 10px;
}
.meet-head .info .data .share:hover svg {
  background-color: #05B726;
}
.p-title {
  font-size: 22px;
  padding: 16px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.bgf {
  background-color: #fff;
}
.art-content {
  padding: 30px;
  line-height: 1.8;
  font-family: "HML";
  word-wrap: break-word;
}
.title2 .p-title {
  padding: 0;
  border: 0;
}
.w3-div {
  margin-top: 20px;
}
.w3-div > ul > li {
  width: 33.3333%;
}
.w3-div > ul > li .act-item {
  background-color: #fff;
}
.fh-baodao {
  padding: 0 1.5em;
}
.fh-baodao li {
  font-size: .9375em;
  border-bottom: 1px solid #eee;
  padding: 1em 0;
  position: relative;
  padding-left: 0.8em;
}
.fh-baodao li:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #98bbeb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  left: 0;
  top: 24px;
}
.fh-baodao li span {
  color: #999;
  font-size: .875em;
  display: block;
}
.fh-baodao li:last-child {
  border: 0;
}
.sideinfo {
  padding: 1.5em;
  line-height: 1.8;
}
.meet-main {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.meet-main .left {
  width: 1008px;
}
.meet-main .right {
  width: 320px;
}
.meet-main .right .p-title {
  padding-left: 20px;
  padding-right: 20px;
}
.act-sub {
  margin-bottom: 100px;
}
.creat-box {
  padding: 1.5em;
  margin-bottom: 40px;
}
.wrap-f {
  background-color: #fff;
}
.creat-mess li {
  margin-bottom: 20px;
}
.creat-mess label {
  display: block;
  position: relative;
  width: 100px;
  float: left;
  line-height: 40px;
}
.creat-mess label span {
  color: #ff0000;
}
.creat-mess .creat-int {
  margin-left: 100px;
  line-height: 40px;
}
.creat-mess .ipt {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
  padding-left: 15px;
}
.creat-mess .ipt-area {
  height: 100px;
  line-height: 1.5;
  padding-top: 10px;
  float: left;
}
.creat-mess .upimg {
  background-color: #4384da;
  color: #fff;
  padding: .5em 1.5em;
  border: 0;
  margin-bottom: 1em;
}
.select {
  position: relative;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  border-top: 5px solid #666;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.select .select_text {
  padding: 0 20px 0 10px;
  height: 36px;
  line-height: 36px;
}
.select_ul {
  display: none;
  z-index: 100;
  position: absolute;
  top: 34px;
  left: -1px;
  width: 100%;
  border: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background: #ffffff;
}
.select_ul li {
  line-height: 36px;
  text-indent: 10px;
}
.select_ul li:hover {
  color: #fff;
  background: #6aa7ea;
}
.select_ul li.cur {
  color: #fff;
  background: #195da3;
}
.addPop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: none;
}
.addPop .btn-say {
  display: block;
  background-color: #4384da;
  width: 100%;
  height: 36px;
  line-height: 34px;
  color: #fff;
  border: 0;
  border-radius: 2px;
}
.model-main {
  background-color: #fff;
  padding: 1.5em 2em;
  width: 1170px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -282px;
  margin-left: -585px;
}
.model-main .model-title {
  text-align: center;
  font-size: 20px;
}
.model-box li.dingwei {
  position: relative;
}
.model-box li.dingwei input {
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding-left: 15px;
  border: 1px solid #dddddd;
}
.model-box li.dingwei i {
  position: absolute;
  right: 30px;
  top: 10px;
}
#addClose {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  font-weight: bold;
}
#addClose svg {
  width: 30px;
  height: 30px;
}
#addClose:hover {
  color: #4384da;
}
.act-type {
  position: absolute;
  top: 50px;
  background-color: #fff;
  left: 15px;
  right: 15px;
  border: 1px solid #ddd;
  padding: 1em;
  font-size: 14px;
  display: none;
  -webkit-box-shadow: 0 0 15px rgba(67, 132, 218, 0.15);
  -moz-box-shadow: 0 0 15px rgba(67, 132, 218, 0.15);
  box-shadow: 0 0 15px rgba(67, 132, 218, 0.15);
}
.act-type span {
  display: block;
  width: 80px;
  position: relative;
  float: left;
  line-height: 30px;
}
.act-type p {
  margin-left: 80px;
}
.act-type p a {
  border: 1px solid #ddd;
  display: inline-block;
  width: 80px;
  text-align: center;
  margin-right: 10px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
.act-type p a.current {
  background-color: #4384da;
  color: #fff;
  border-color: #4384da;
}
input[type='text']:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 15px rgba(67, 132, 218, 0.15);
  -moz-box-shadow: 0 0 15px rgba(67, 132, 218, 0.15);
  box-shadow: 0 0 15px rgba(67, 132, 218, 0.15);
}
.publish {
  background-color: #4384da;
  border: 0;
  color: #fff;
  padding: 0 4em;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.publish:hover {
  background-color: #0060e7;
}
.say-pop {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.say-pop .say-pop-main {
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0 0 2em 0;
  width: 600px;
  margin-left: -300px;
  margin-top: -200px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.say-pop .say-pop-main h2 {
  text-align: center;
  font-size: 1.25em;
  border-bottom: 1px solid #eee;
  padding: 15px;
}
.say-pop .say-pop-main li {
  margin-top: 1em;
  position: relative;
}
.say-pop .say-pop-main li .sayinput,
.say-pop .say-pop-main li .say-text {
  border: 1px solid #ddd;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 .5em 0 7em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.say-pop .say-pop-main li label {
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 0;
  line-height: 36px;
}
.say-pop .say-pop-main li .say-text {
  height: 80px;
}
.say-pop .say-pop-main .say-btn {
  margin-top: 1em;
  background-color: #4384da;
  color: #fff;
  border: 0;
  padding: .8em 2em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.say-pop .say-pop-main .close-pop {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.say-pop .say-pop-main .close-pop svg {
  width: 30px;
  height: 30px;
}
.say-pop .say-pop-main .close-pop:hover {
  color: #4384da;
}
a.btn-say {
  background-color: #4384da;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  padding: 0.3em 1.5em;
}
a.btn-say:hover {
  background-color: #0060e7;
}
.search {
  position: relative;
}
.search .iconpark-icon {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 8px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.searchInput {
  height: 36px;
  border-radius: 36px;
  padding: 0 15px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.hz-title {
  font-size: 24px;
  line-height: 1;
  position: relative;
}
.hz-title div {
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 10;
  padding: 0 15px;
}
.hz-title h1 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
.hz-title span {
  height: 1px;
  background-color: #eee;
  width: 100%;
  margin-top: 20px;
  display: block;
  line-height: 1;
  overflow: hidden;
  position: absolute;
  top: 8px;
}
.hz-title span.l {
  position: absolute;
  width: 50px;
  background-color: #4384da;
  top: 10px;
  height: 3px;
  left: 50%;
  margin-left: -25px;
  z-index: 20;
  border-radius: 3px;
}
.hz-title p {
  font-size: 12px;
  color: #777;
  text-transform: uppercase;
}
.creat-box p.t {
  border-left: 2px solid #4384da;
  line-height: 1;
  padding-left: 10px;
  font-weight: normal;
}
.appList .info {
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 1em;
  height: 150px;
  overflow: height;
}
.appList .pic {
  width: 94px;
  float: left;
  position: relative;
}
.appList .txt {
  margin-left: 120px;
}
.appList .txt b {
  display: block;
}
.appList .txt p {
  font-size: 13px;
}
.appList .txt a {
  display: inline-block;
  padding: 2px 8px;
  background-color: #4384da;
  color: #fff;
  font-size: 13px;
  border-radius: 2px;
}
.wxList .info {
  height: auto;
}
.contact div {
  border-radius: 2px;
  border: 1px solid #eee;
  padding: 1.5em;
}
.contact div i {
  display: block;
  font-size: 24px;
  color: #4384da;
  margin-bottom: 0.8em;
}
.sayBtn {
  text-align: center;
}
.sayBtn a {
  display: inline-block;
  background-color: #f6f6f6;
  padding: .3em 1em;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  width: 160px;
}
.sayBtn .s {
  background-color: #4384da;
  color: #ffffff;
}
.sayBtn .s:hover {
  background-color: #3374c9;
}
.report-item > ul {
  display: flex;
  justify-content: space-between;
}
.report-item > ul > li {
  width: 24%;
}
.report-item > ul > li > div {
  border: 1px solid #ddd;
}
.report-item > ul > li > div img {
  width: 100%;
}
.report-item > ul > li > div p {
  padding: 15px;
  line-height: 1.5;
}
.report-item > ul > li > div p a {
  display: block;
  height: 48px;
}
.hz-box {
  padding: 40px;
}
